home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / os20 / util / newpop40_aga.lha / NewPop-4.0AGA / Makefile < prev    next >
Makefile  |  1992-11-07  |  391b  |  15 lines

  1. #
  2. # Makefile for NewPop under SAS/C v5.10
  3. # Last update: Loren J. Rittle  Sat Apr 20 03:30:38 1991
  4. #
  5.  
  6. CCFLAGS = data=near strmerge nodebug parms=reg code=near nostkchk ignore=120
  7.  
  8. NewPop: NewPop.c
  9.     $(CC) $(CCFLAGS) NewPop.c LINK SMALLDATA SMALLCODE
  10.  
  11. clean:
  12.     rm -f NewPop *.o *.bak
  13. # What! don't have rm?  Be happy and get the 
  14. # ``Loren J. Rittle Amiga(tm)-UNIX(tm) Connection Collection''.
  15.